home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2000 #14 / K-CD_14_00.iso / K-CF.dcr / 02920_Højretoggle to.ls < prev    next >
Encoding:
Text File  |  2000-09-27  |  208 b   |  8 lines

  1. on new me
  2.   set the visible of sprite (the spriteNum of me + 3) to 0
  3. end
  4.  
  5. on rightMouseDown me
  6.   set the visible of sprite (the spriteNum of me + 3) to 1 - the visible of sprite (the spriteNum of me + 3)
  7. end
  8.